Skip to main content

Base URL

All API requests should be made to:

Authentication

All endpoints require authentication using Bearer tokens. Include your API key in the Authorization header:

Get your API key

Sign up for a free account to get your API key

Available Endpoints

Our API provides the following endpoints:

Convert to PDF

Convert DOCX files to PDF format

Public Convert

Rate-limited public conversion endpoint

Health Check

Check API service health and status

API Info

Get API information and available endpoints

Request Format

Headers

*Not required for public endpoints

File Uploads

For endpoints that accept files, use multipart/form-data:

Response Format

Success Response

Successful file conversions return the converted file directly:

Error Response

Errors return JSON with consistent structure:

Rate Limiting

API requests are rate-limited based on your plan: Rate limit headers are included in responses:

File Size Limits

  • Authenticated endpoints: 25MB maximum
  • Public endpoints: 5MB maximum
Need to convert larger files? Contact us at api@superdoc.dev for enterprise options.

SDK Support

Official SDKs are available for:

JavaScript/Node.js

npm install @superdoc/api

Python

pip install superdoc

More coming soon

PHP, Ruby, Go, and more